home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 99
/
(Vol 99) Jan 19 2010.iso
/
Games
/
artifact_catcher.swf
/
scripts
/
DefineButton2_114
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-01-19
|
482b
|
14 lines
on(release){
if(_root.scoredone == "done" and _root.hiscore20 < _root.score and _root.old_score != _root.score)
{
_root.old_score = _root.score;
_root.hiscore = _root.score;
if(_root.xname eq "Name Here")
{
_root.xname = "etgames";
}
loadVariablesNum("/scores.php?action=sendscore&game=" + _root.game + "&hiscore=" + _root.hiscore + "&xname=" + _root.xname + "&randx=" + random(100),0,"POST");
}
_visible = 0;
}